home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-07 | 1.2 KB | 54 lines | [TEXT/MPS ] |
- #ifdef __cplusplus
- #ifdef powerc
- #pragma precompile_target "CASample.PPC++.h.pack"
- #else
- #pragma precompile_target "CASample.68K++.h.pack"
- #endif
- #else
- #ifdef powerc
- #pragma precompile_target "CASample.PPC.h.pack"
- #else
- #pragma precompile_target "CASample.68K.h.pack"
- #endif
- #endif
-
-
- //----------------------------------------------------------------------
- // comment this line out for non-CALib build
- #define USE_CALIB
-
- //----------------------------------------------------------------------
- // Sometimes debug strings are a good idea, sometimes they are not.
-
- #ifndef Debugging
- #define Debugging 1 /* 1 = debug strings on, 0 = debug strings off */
- #endif
-
- //#define TRACE 0
- //#define TRACEEVENTS 0
-
- #if Debugging
- #define DEBUGSTR(a) DebugStr(a)
- #else
- #define DEBUGSTR(a) SysBeep(3)
- #endif
-
- //----------------------------------------------------------------------
- #include <MacHeaders.c>
-
-
- #ifdef USE_CALIB
- #include "CALib.h"
- #endif
-
- #include "CAS_Doc.h"
- #include "CAS_Win.h"
- #include "CAS_Event.h"
- #include "CAS_Dialog.h"
- #include "CAS_AppleEvent.h"
- #include "CAS_Drag.h"
- #include "CAS_ToolPalette.h"
- #include "CAS_Menu.h"
- #include "CAS_MenuItems.h"
- #include "CAS_HelpBalloon.h"
-